home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Tools - Objects / MacApp / MacApp 3.0a2 / Libraries / Quickdraw.cp < prev    next >
Encoding:
Text File  |  1991-05-01  |  304 b   |  16 lines  |  [TEXT/MPS ]

  1. #ifndef __QUICKDRAW__
  2. #include "Quickdraw.h"
  3. #endif
  4.  
  5. // This file contains the constructors for GrafPort and CGrafPort. They do
  6. // nothing but are required in an implementation file since they are called
  7. // from inline constructor of WindowRecord.
  8.  
  9. GrafPort::GrafPort ()
  10. {
  11. }
  12.  
  13. CGrafPort::CGrafPort ()
  14. {
  15. }
  16.